GoXam for WPF v3
ModifyToNodeKeys Method
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : ModifyToNodeKeys Method
the node data to be modified
a sequence of "to" node data key values
This method actually implements the replacement of a node data's collection of "to" node keys.
Syntax
protected virtual void ModifyToNodeKeys( 
   NodeType nodedata,
   IEnumerable tonodekeys
)

Parameters

nodedata
the node data to be modified
tonodekeys
a sequence of "to" node data key values
Remarks
This method can be overridden in case the ToNodesPath property path is not flexible enough or fast enough to get the key for a node.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members